func syscall.isGroupMember
2 uses
syscall (current package)
syscall_linux.go#L41: func isGroupMember(gid int) bool {
syscall_linux.go#L112: if uint32(gid) == st.Gid || isGroupMember(int(st.Gid)) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)